home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / xuser.arc / XU.CTL < prev    next >
Encoding:
Text File  |  1987-11-30  |  2.1 KB  |  68 lines

  1. %
  2. %
  3. % Control file for XUser v1.1, Nov 30 1987
  4. % ----------------------------------------
  5. %
  6. % Lines starting with % and ; characters are treated as comments
  7. % (spaces and TABS are ignored).
  8. %
  9. % To keep it simple, the user name and the command must be separated
  10. % with a comma (,) character.
  11. %
  12. % Upper/Lower case is ignored when comparing/searching for names.
  13. %
  14. %
  15. % LASTUSER
  16. % --------
  17. % The last user file is created from Opus when executing a external
  18. % command (such as executing a batch file) from a embedded command.
  19. %
  20. % This statement simply specifies the search path for XUser to use
  21. % when searching that file. If you're running multiple Opus BBSs,
  22. % you should xchange the extension of the file with a * (for example
  23. % lastuser.bbs would be lastuser.*) and the program will scan for
  24. % the most recent one, making it compatible in a Multi-Task env.
  25. %
  26. %
  27. LASTUSER lastuser.*
  28. %
  29. %
  30. % USER
  31. % ----
  32. %
  33. USER Hacker,         Kill      % Call KILL if user matches Hacker
  34. USER Cracker,        Kill
  35. USER Billy The Kid,  Kill
  36. USER Marc,           Special   % Call SPECIAL if user matches Marc
  37. USER Joaq*,          Command   % Call HELLO if first four letters in
  38. %                user's name matches Joaq
  39. %
  40. %
  41. % PRIV
  42. % ----
  43. %
  44. PRIV twit         Warning   % Executes WARNING if priv level is Twit
  45. PRIV disgrace       Register  % Executes REGISTER if priv level is Disgrace
  46. PRIV normal         upgrade   % Executes UPGRADE if priv level is Normal
  47. PRIV priv           Greeting  % Executes GREETING if priv level is Priv
  48. PRIV extra          Greeting  % Executes GREETING if priv level is Extra
  49. % PRIV asstsysop           % Do nothing, line is "commented"
  50. % PRIV sysop                     % Do nothing, line is "commented"
  51. % PRIV hidden                     % Do nothing, line is "commented"
  52. %
  53. %
  54. % HELP
  55. % ----
  56. %
  57. HELP novice        Nov       % Executes NOV if priv level is Novice
  58. HELP regular        Reg       % Executes REG if priv level is Regular
  59. % HELP expert                 % Do nothing, this guy knows what he's doing!!!
  60. %
  61. %
  62. % ANSI
  63. % ----
  64. ANSI     Explode               % Execute EXPLODE if user's ANSI flag is set
  65. %
  66. %                               ###
  67. %
  68.